
.search {
	height: 70px;
	border-bottom: 1px solid #e2e2e2;
}
.search .fr01 {
	width: 300px;
	height: 70px;
	float: right;
}
.search .fr01 input {
	width: 220px;
	height: 36px;
	border: 1px solid #eee;
	margin-top: 15px;
	border-radius: 6px 0 0 6px;
	padding-left: 10px;
}
.search .fr01 button {
	width: 75px;
	height: 36px;
	background: url(../images/search.jpg) no-repeat;
	border: none;
	left: -5px;
	top: 15px;
}